Web API Edition | ComponentOne
C1.Web.Api.Configuration Namespace / Manager<T> Class / Remove Method
The item key.

In This Topic
    Remove Method
    In This Topic
    Remove the item with the specified key.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal key As String _
    ) 
    public void Remove( 
       string key
    )

    Parameters

    key
    The item key.
    See Also